set memberScreenArtStart to the number of member "OnScreenArtStart" + 1
set memberScreenArtEnd to the number of member "OnScreenArtEnd" - 1
tell the stage
set thePalette to the framePalette
end tell
if thePalette = -1 then
set goPlatform to "Mac"
go("BannersMac")
else
set goPlatform to "Pc"
go("BannersPc")
end if
InitTheGlobals()
set goScoreMgr to 0
set goScoreMgr to birth(script "ScoreMgr")
set goCastMgr to 0
set goCastMgr to birth(script "CastMgr")
set goBannersText to 0
set goBannersText to birth(script "TextField", "BannersText", "This is banners text")
set goZoomsText to 0
set goZoomsText to birth(script "TextField", "ZoomsText", "This is zoom text")
set goCreditsText to 0
set goCreditsText to birth(script "TextField", "CreditsText", "This is credits:Text" & RETURN & "And:So is this")
set goBulletsText to 0
set goBulletsText to birth(script "TextField", "BulletsText", "This is Bullets Title" & RETURN & "This is Bullets Text" & RETURN & "This is Bullets Text Longer")
set goMarkFrame to 0
set goMarkFrame to birth(script "CheckBox")
set goAnimateTitle to 0
set goAnimateTitle to birth(script "CheckBox")
set goSeconds to 0
set goSeconds to birth(script "IncrDecrValue", #int, 1, 999, 1, 5, "Seconds")
set goFPS to 0
set goFPS to birth(script "IncrDecrValue", #int, 1, 120, 1, 7, "FPS")
set theStageHeight to mGetStageHeight(goScoreMgr)
set goBaseline to 0
set goBaseline to birth(script "IncrDecrValue", #int, 1, theStageHeight, 1, 9, "Baseline")
set goSizeMin to 0
set goSizeMin to birth(script "IncrDecrValue", #int, 1, 500, 1, 22, "SizeMin")
set goSizeMax to 0
set goSizeMax to birth(script "IncrDecrValue", #int, 1, 500, 1, 24, "SizeMax")
set goDelayEnter to 0
set goDelayEnter to birth(script "IncrDecrValue", #int, 0, 60, 1, 11, "DelayEnter")
set goDelayHold to 0
set goDelayHold to birth(script "IncrDecrValue", #int, 0, 60, 1, 13, "DelayHold")
set goCycles to 0
set goCycles to birth(script "IncrDecrValue", #int, 1, 999, 1, 15, "Cycles")
set goVisualStyles to 0
set goVisualStyles to birth(script "IncrDecrCast")